@charset "utf-8";
/* CSS Document */
/*====全局设置====*/
html,body {margin:0;height:100%;font-family:"Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal; }
*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a {text-decoration:none;color:#000;}
a,label,button,input,select {-webkit-tap-highlight-color:rgba(0,0,0,0);}
img {border:0;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,blockquote,pre,button,fieldset,form,input,legend,textarea,th,td {margin:0;padding:0;}
a {text-decoration:none;}
button {outline:0;}
button,input,optgroup,select,textarea {margin:0;font:inherit;color:inherit;outline:none;}
li {list-style:none;}
.clear{ clear:both;}
.pt50{ margin-top:50px;}
body{font-family: "PingFangSC-Regular","Microsoft Yahei", "sans-serif", "Verdana", "SimSun", "Hiragino Sans GB" !important;overflow-x: hidden;}

.imghover{overflow: hidden; }
.imghover img{display:block;transition: all .5s ease;}
.imghover:hover img{transform: scale(1.08,1.08);transition: all .3s linear;}
/*导航*/
.w1240{width: 1240px; margin:0 auto;}
.top{background: #416CA7; width: 100%; color: #fff; line-height: 40px;}
.top .w1240{display:flex; justify-content:space-between;}
.top .w1240 dd a{color: #fff;}
.header{width: 1240px;margin:0 auto; display:flex; justify-content:space-between; padding-top: 20px; padding-bottom: 20px;}
.header .logo{width:350px;}
.header .logo a{display:flex; justify-content:center;flex-wrap:wrap;}
.header .logo img{ width: 100%;}


.subnav{height:90px;line-height:90px;position:relative; z-index:1;display:flex; justify-content:space-between;
 z-index: 10;width: 850px;}
.subnav .nLi{position:relative; padding-right: 10px; padding-left: 10px;}
.subnav .nLi.on{ position: relative;}
.subnav .nLi.on h3 a{color: #409EFF;}
.subnav .nLi h3{ font-size: 18px; font-weight: 500;}
.subnav .nLi h3 a{ display:block;color: #000;}
.subnav .sub{ display:none; width:170%; left:-35%; top:90px; position:absolute;background:#409EFF; text-align: center; padding:5px;}
.subnav .sub li{ zoom:1; line-height:1.4; padding-top: 10px; padding-bottom: 10px;}
.subnav .sub li:hover{background: #fff; }
.subnav .sub li:hover a{color: #409EFF}
.subnav .sub a{ display:block; color: #fff;}
.subnav .sub a:hover{color:#fff;}

.moblie_head{ display: none; }

/*footer*/
.footer{ background:#416CA7;color:#fff;padding-top:60px; padding-bottom: 30px; }
.footer a{ color:rgba(255,255,255,0.7);}
.footer a:hover{ color:#fff;}
.w1200{ width:1200px; margin:0 auto;display:flex; justify-content:space-between;}
.footer_l{ color: #fff;}
.footer_l .tel{width: 100%;}
.footer_l .tel dl{font-size: 14px; font-weight: bold;}
.footer_l .tel dd{ font-size: 34px; padding-top: 10px;}
.footer_l .email{width: 100%; padding-top: 30px;}
.footer_l .email dl{font-size: 14px;font-weight: bold;}
.footer_l .email dd{ font-size: 16px; padding-top: 10px;}

.footer_r{display: flex; justify-content: flex-end;}
.footer_r li{padding-left: 90px;}
.footer_r li:nth-child(1){padding-left: 0;}

.footer_r li:last-child{padding-bottom: 0;}
.footer_r li dl{font-size: 18px; font-weight: bold; padding-bottom: 20px;}
.footer_r li dd{font-size: 14px; padding-top: 10px;}




.copyright{width: 100%; text-align: center; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; margin-top: 20px;}





/*分页*/
.pages{ width:100%;text-align:center; margin:0 auto; height:50px; line-height:50px; margin-bottom:50px;}
.pages ul{ display:table;margin:0 auto; }
.pages ul li{border:1px solid #ddd; text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px;}
.pages ul li.disabled{background:#000;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px; color:#fff;border:1px solid #43C6FF;}
.pages ul li.active{ background:#000;border:1px solid #000; height:40px;width:40px;line-height:40px; color:#fff; text-align:center; display:block;}
.pages ul li a{ color:#232323; display:block}


/*返回头部*/
.cd-top {display:inline-block;height:40px;width:40px;position:fixed;bottom:200px; left:50%; margin-left:640px; overflow:hidden;text-indent:100%;white-space:nowrap;background:url(../images/ic_top.png) no-repeat center 50%;visibility:hidden;opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s; background-size: 100% 100%;}
.cd-top.cd-is-visible {visibility:visible;opacity:1;}
.cd-top:hover{background:url(../images/ic_top_hover.png) no-repeat center 50%;height:40px;width:40px;background-size: 100% 100%;}

.local{width: 100%; background: #f2f2f2; line-height: 60px; font-size: 14px;}
.local img{width: 24px; margin-right: 5px;}
.local .w1240{display: flex;align-items: center;}
/*全局控制表格*/
table{border-collapse:collapse; margin:0 auto;}
table tr td{border:1px solid #000}